summaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
* Enable tethering in auto emulator.android11-devKevin Meier2020-06-251-3/+5
| | | | | | | | | | Install com.android.networkstack.tethering as both user-type FULL and SYSTEM. Bug: 158229071 Test: atest android.tethering.test.TetheringManagerTest Change-Id: Ic9f687e7da14182491ddb39090b39d149200855e
* Merge "Update package whitelist for car emulator" into rvc-devYan Zhu2020-06-191-62/+6
|\
| * Update package whitelist for car emulatorYan Zhu2020-06-151-62/+6
| | | | | | | | | | | | | | | | | | - Add missing packages to the whitelist - Remove auto generate overlay package Bug: 158123476 Test: lunch gcar_hl_md_emu_x86 && emulator -no-snapshot -skin 1280x720 -multidisplay 1,1280,720,120,0,2,1280,720,120,0 && atest android.car.apitest.PreInstalledPackagesTest#testNoCriticalErrors_enforceMode Change-Id: Ie779bb1fd002fc4cc778dcd21fcd68807bb9cf2d
* | Add dumpstate sepolicy for emu to pass CTSCalvin Huang2020-06-161-0/+17
| | | | | | | | | | | | | | Fix: 158524715 Test: Launch user build emulator Test: atest android.security.cts.SELinuxHostTest Change-Id: Ibfbdcdd133fbe38e49ec9086ea1fbef30e3ed654
* | Fix ActivityManagerProcessStateTest test for emulatorMayank Garg2020-06-151-0/+1
|/ | | | | | Bug: 153604818 Test: atest CtsAppTestCases:android.app.cts.ActivityManagerProcessStateTest Change-Id: Icb022cb1ae85d17aed12dc7d03c07d04e5fd7fb6
* Merge "Remove camera and add sensors" into rvc-devTreeHugger Robot2020-06-092-0/+20
|\
| * Remove camera and add sensorsCalvin Huang2020-06-082-0/+20
| | | | | | | | | | | | | | | | | | | | Remove camera permission, since car emus don't support camera Add sensors according to testSensorFeatures Add hinge angle configs to config.ini to enable it. Bug: 153604089 Test: atest android.app.cts.SystemFeaturesTest Change-Id: I4a63aa9d161258ecc4860aa0bda8be09a8d3f4ad
* | Remove print from automotive emuCalvin Huang2020-06-081-1/+0
|/ | | | | | | | Print is not needed for automotive Test: atest CtsPrintTestCases Bug: 158312287 Change-Id: I7f033fe3243223ebcc01c5770bd03629097fedbd
* Remove PIP feature for automotive emulatorsHeemin Seog2020-06-021-2/+0
| | | | | | | | | PIP will be disabled by default for AAOS. We will provide instructions for OEMs to re-enable through partner documentation. Bug: 156117761 Test: atest android.server.wm.KeyguardLockedTests#testDismissKeyguardPipActivity, atest CtsWindowManagerDeviceTestCases Change-Id: I5b14f586750597abc9810ae248adc601897f7c4b
* Allow to install RRO for DirectRenderingCluster for the system user.Yuncheol Heo2020-05-291-3/+5
| | | | | | Bug: 155790826 Test: Check if RRO is applied on DirectRenderingCluster (Maps is shown at Cluster). Change-Id: I8b676509e8debaf7f2bc4ebe6ffd9e6149525839
* Merge "Allow CarLauncher for user 0" into rvc-devHeemin Seog2020-05-281-3/+6
|\
| * Allow CarLauncher for user 0Heemin Seog2020-05-281-3/+6
| | | | | | | | | | | | | | | | | | | | Necessary since the sysui queries system user apps for something that can handle the home intent when launching the keyguard. This should be updated to query based on the foreground user in the future. Bug: 157579456 Test: manual (flash, set security pin, reboot) Change-Id: I691bc20f42d2997260024eaa2eca249fd41ef607
* | Added missing pre-installed packages.Felipe Leme2020-05-211-0/+32
|/ | | | | | | Fixes: 157159736 Test: atest PreInstalledPackagesTest Change-Id: I2e7b2bad90582fc34b973300112cb35d18880c26
* Install autogenerated RRO packge for CarService.Yuncheol Heo2020-05-141-0/+4
| | | | | | Bug: 156649977 Test: Adding a logcat message to check the resource was overridden. Change-Id: I9c69094dd24cd0552194437c46fa8a40245578d4
* Install com.android.networkstack for System user.Yuncheol Heo2020-05-131-3/+6
| | | | | | | | - The package is needed for Wifi. Bug: 156102300 Test: Builds gcar_hl_emu_x86 and checks if Wifi works. Change-Id: Ib903066ac740e934b846f11e81659c1bb43866ce
* Match the screen size of emulator to Hawk.Yuncheol Heo2020-05-111-2/+2
| | | | | | | | | - Hawk (1920x1080, 213.3 dpi) => (9 inch x 5 inch). - Emulator (9x5inch,120 dpi) => (1080x600). Bug: 156306801 Test: Check if the dialog to turn the location on shows correctly in ActivityView. Change-Id: Ic612acf92b8829462c196fdcbafad487f476cf62
* Merge "Add sepolicy to register VHAL to car watchdog" into rvc-devTreeHugger Robot2020-05-083-0/+8
|\
| * Add sepolicy to register VHAL to car watchdogEric Jeong2020-05-063-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | - VHAL needs to be a carwatchdogclient_domain. - system_server should be able to kill hal_vehicle_server. Bug: 154367059 Bug: 154262220 Test: dumpsys android.automotive.watchdog.ICarWatchdog/default and check if vehicle hal is registered as a client Change-Id: Id450c5754bb6b845b4605b4d3877a3a56e5310cf
* | Update packages to whitelist for emulatorYan Zhu2020-04-272-10/+289
|/ | | | | | | | | Bug: 123533823 Test: m -j && emulator -wipe-data && adb shell cmd user list-missing-system-packages -v --force No WTF. Change-Id: Ifb7a2b4a1ab3b262384e3af718a33298e76640a7
* Merge "Remove IVehicle from car.mk" into rvc-devCalvin Huang2020-04-231-3/+0
|\
| * Remove IVehicle from car.mkCalvin Huang2020-04-211-3/+0
| | | | | | | | | | | | | | | | IVehicle manifest is included as vintf_fragments Bug: 153734354 Test: Manual Change-Id: I207d11d7b905b27783b63b0536c5cee0263d2b9e
* | Bump up the data partition size to 6GYuncheol Heo2020-04-231-0/+1
|/ | | | | | | | | During CTS, some tests are failed, due to out of disk space. Gphone is already using 6G: b/134165680 Bug: 149424002 Test: adb shell df & check if the data partition has 6G. Change-Id: I8d0c95a8bec01f93927c367682f2071522053946
* Clean car device manifestCalvin Huang2020-04-164-178/+3
| | | | | | | | | Reuse goldfish manifest rather than copy to avoid conflict Remove selinx for bluetooth.sim Fix: 153734354 Test: Manual Change-Id: I07c40d6d90639c3f0fa48b503ef061950a5038d2
* Upgrade HWC from 2.1 to 2.3Huihong Luo2020-04-161-1/+1
| | | | | | | | | | This is needed to support multi-display. Bug: 154248846 Test: lunch gcar_hl_md_emu_x86-userdebug Change-Id: Ifa0ba234dbd8265209936a37b4ff97b1d1f7ac64 Merged-In: Ifa0ba234dbd8265209936a37b4ff97b1d1f7ac64 (cherry picked from commit 5f4a18bebc4c91ec4e75f1e60e1cec2f65087d87)
* Remove android.hardware.biometrics.fingerprint@2.1-serviceEric Jeong2020-04-151-9/+0
| | | | | | | | | | - Following ag/11042973, android.hardware.biometrics.fingerprint@2.1-service needs to be removed from car manifest.xml Bug: 154120219 Test: build okay Change-Id: I4b1ec64f0a36be934aebf077c8e839fff3300a66
* Remove deprecated radio hal and duplicate BT filecontextsKeun young Park2020-04-103-33/+20
| | | | | | | | | - Those brought build failures. - Also update other audio related HAL version follwoing goldfish changes. Bug: 153676180 Test: check build error Change-Id: I24bb596edc74610e5aad2a7e3659bf559daf58ea
* Merge "Add VHAL property init value with json" into rvc-devCalvin Huang2020-04-072-0/+39
|\
| * Add VHAL property init value with jsonCalvin Huang2020-03-162-0/+39
| | | | | | | | | | | | Bug: 150978133 Test: Manual Change-Id: Iefbcaff996c70cf7e43e22f53098011a1c437196
* | Fix build error in car emulatorEric Jeong2020-04-041-9/+0
| | | | | | | | | | | | | | | | | | | | - after ag/10924711 is landed, building car emulator fails. - removing the definition of android.hardware.gnss from car manifest will fix the build error. Bug: 153236390 Test: lunch gcar_hl_emu_x86-userdebug && m -j Change-Id: Ifd2145221a633fc6598bbb1c8c7fa8beb9fc2cef
* | Merge "Updating car emulator to IAudioControl@v2.0" into rvc-devHayden Gomes2020-03-311-1/+1
|\ \
| * | Updating car emulator to IAudioControl@v2.0Hayden Gomes2020-03-301-1/+1
| |/ | | | | | | | | | | | | Bug: 148098383 Test: build & run against target and verify audio works Change-Id: Ib1fc6e35fb3f810058d48b6fe4ec69db9748ec9e Merged-In: Ib1fc6e35fb3f810058d48b6fe4ec69db9748ec9e
* / Fix build error in car emulatorEric Jeong2020-03-301-9/+0
|/ | | | | | | | | | | | - Building car emulator generates build errors. checkvintf W 03-30 14:53:41 165602 165602 VintfObject.cpp:61] -2147483648: Cannot add manifest fragment /vendor/etc/vintf/manifest/android.hardware.keymaster@4.1-service.xml:HAL "android.hardware.keymaster" has a conflict. - It seems related to ag/10874160. - By removing "android.hardware.keymaster" definition is car's manifest.xml, thisi CL fixes the build error. Bug: 152801533 Test: lunch gcar_hl_emu_x86-userdebug && m -j Change-Id: If75b3e6189f1bb05d9648f9bf764a51761157dc3
* Update car manifestCalvin Huang2020-02-201-13/+3
| | | | | | | | | | | | | | Conflict with manifest fragment android.hardware.camera.provider@2.6-service-google.xml Update android.hardware.graphics.allocator to 3.0 Update android.hardware.graphics.mapper to 3.0 Fix: 149861516 Fix: 149100157 Test: Build should pass Test: System should boot with selinux permissive Change-Id: I3be1d8dc3c85142233773ea5ba5d743c35a627c7
* Remove common/sepolicy/property_contexts am: 80cf1bff75 am: e2a4e96ee7 am: ↵Automerger Merge Worker2020-02-061-0/+0
|\ | | | | | | | | | | b4dc6e197a Change-Id: Ic3723a7e3092dab84973c39a8dc84765584bef6a
| * Remove common/sepolicy/property_contexts am: 80cf1bff75android10-sidebranchAutomerger Merge Worker2020-02-061-0/+0
| |\ | | | | | | | | | Change-Id: Ifc89487e54d574a7031b457ca57e82b14f555c59
| | * Remove common/sepolicy/property_contextsMikhail Naganov2020-02-041-0/+0
| | | | | | | | | | | | | | | | | | | | | This was an empty file added by accident Test: N/A Change-Id: Ie3face900dc99f2165ddea5e2dd94612524b43bc
| * | Update bluetooth sepolicy on car emu am: 51a2bba730Automerger Merge Worker2020-02-064-1/+11
| |\| | | | | | | | | | Change-Id: I61b41f0d7d56c5ad1901cdc9f06a22654b8872e7
| | * Update bluetooth sepolicy on car emuCalvin Huang2020-02-034-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | Update bluetooth related sepolicy based on cuttlefish Bug: 144849034 Test: Manual Change-Id: I6f70fef58b113e39f20f67fe5bd941ec2653066b Merged-In: I6f70fef58b113e39f20f67fe5bd941ec2653066b
| * | Wifi: Remove hostapd hidl entry from manifest.xml am: d232236f02Automerger Merge Worker2020-02-061-9/+0
| |\| | | | | | | | | | Change-Id: I99215ab89e54bd06aff9605bee3db3e6ab8ffae9
| | * Wifi: Remove hostapd hidl entry from manifest.xmllesl2020-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL removes the definition for the hostapd hidl interface from manifest.xml and rely on vint-fragements entry. This is to avoid the need to modify the revision in future Bug: 145780363 Test: builds and wifi softap works Change-Id: Idfef2fc711d7c972169d178ac18e2ea3a052be7d Merged-In: Idfef2fc711d7c972169d178ac18e2ea3a052be7d
| * | wifi: move wpa_supplicant VINTF definition to wpa_supplicant module am: ↵Automerger Merge Worker2020-02-061-9/+0
| |\| | | | | | | | | | | | | | | | bf1aec6f1a Change-Id: I9ad449bead1d4391cfd5e139002064efa213d70d
| | * wifi: move wpa_supplicant VINTF definition to wpa_supplicant moduleJimmy Chen2020-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | Bug: 36505680 Test: builds and wifi works Change-Id: Ie1b2334a61fa697f643406c12ea3bf59550ee817 Merged-In: Ie1b2334a61fa697f643406c12ea3bf59550ee817
| * | Wifi: Remove IWifi hidl entry from manifest.xml am: 77404aaef7Automerger Merge Worker2020-02-061-9/+0
| |\| | | | | | | | | | Change-Id: I90b444f1581b30dbe8bd17c82c72a4bd3a75e0c6
| | * Wifi: Remove IWifi hidl entry from manifest.xmlAhmed ElArabawy2020-02-031-9/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This CL removes the definition for the IWifi hidl interface from manifest.xml and rely on vint-fragements entry. This is to avoid the need to modify the revision in future Bug: 138243400 Test: builds and wifi works Change-Id: I01e9407f2561907410f643e1ed1a339a3fa0cc97 Merged-In: I01e9407f2561907410f643e1ed1a339a3fa0cc97
| * | Fix gcar_hl_emu_x86 crash on master am: 2c2b2d898cAutomerger Merge Worker2020-02-062-9/+19
| |\| | | | | | | | | | Change-Id: I0ca813dff9a21ce7f47f8ecb00ddfe06cb81a91a
| | * Fix gcar_hl_emu_x86 crash on masterCalvin Huang2020-02-032-9/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove broadcastradio@.2.0 since it's keep crashing. Update version number for rest of hals Update bluetooth.sim verison number Fix: 144794614 Test: System should boot Change-Id: Icc7f59e06df5779267ca8dd43ce2f2e2bf577eb9 Merged-In: Icc7f59e06df5779267ca8dd43ce2f2e2bf577eb9
| * | Fix the car emulator.Nicholas Sauer2020-01-222-21/+1
| |\| | | | | | | | | | | | | | | | am: 30b9b243e9 Change-Id: I63a25ae2dc73997878f767359e65c35f786d65af
| | * Fix the car emulator.android-r-preview-1Nicholas Sauer2020-01-222-21/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Sync with the goldfish manifest. -Use DEVICE_MANIFEST_FILE to specify manifest. bug: 135458450 Test: lunch gcar_hl_emu_x86-userdebug && m && emulator Change-Id: I18ac986ebc4b799c4a5fdc8541f4af471606d684 (cherry picked from commit 809f8b88914b9e907b019bd16b04215f2ee370cf) Merged-In: I18ac986ebc4b799c4a5fdc8541f4af471606d684
| * | DO NOT MERGE: Remove feature Camera and Fingerprint am: 2728132106Automerger Merge Worker2019-12-191-1/+6
| |\ \ | | |/ | |/| | | | Change-Id: Iaef64d8882279f4c61e44a390963ace2418818be
| | * DO NOT MERGE: Remove feature Camera and FingerprintCalvin Huang2019-12-191-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add the dummy before include asop_x86 to block the camera and fingerprint xml to remove feature camera and fingerprint from sdk_gcar_x86, then pass the cts tests. Fix: 146174076 Test: android.providerui.cts.MediaStoreUiTest#testImageCaptureWithInadequeteLocationPermissions[0] Change-Id: Icb050dc0c84cb476f5c51cf3c4fff211be4d2e8d