~ubuntu-branches/ubuntu/utopic/thermald/utopic

« back to all changes in this revision

Viewing changes to Android.mk

  • Committer: Package Import Robot
  • Author(s): Colin King
  • Date: 2014-05-19 12:41:22 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20140519124122-zan11arvjxtbqcq5
Tags: 1.2-1
* Adjust for coretemp path change
* Deny non root users to send system bus dbus messages
* Remove compile warning
* Remove rpmlint warning for manual page
* Remove old patches that are now included into version 1.2
* Sync up with version 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
                $(thermald_src_path)/thd_cdev_intel_pstate_driver.cpp \
30
30
                $(thermald_src_path)/thd_msr.cpp \
31
31
                $(thermald_src_path)/thd_rapl_interface.cpp \
32
 
                $(thermald_src_path)/thd_cdev_msr_rapl.cpp
 
32
                $(thermald_src_path)/thd_cdev_msr_rapl.cpp \
 
33
                $(thermald_src_path)/thd_rapl_power_meter.cpp
33
34
 
34
35
include external/stlport/libstlport.mk
35
36